This article mainly introduces the entire process of installing PHP5.5 + Redis + XDebug + Nginx + MySQL development environment in the CentOS system environment, which is very detailed and detailed. It is recommended for reference by partners in
Xdebug is a tool commonly used to debug the performance of php programs. The following article describes how to install and configure xdebug in the lnmp System and the final simple debugging method, there are also some solutions to problems
Centos PHP configuration xdebug first need to download xdebug, we can click here to download the xdebug-2.2.5.tgz, or download the corresponding installation package on the xdebug official website. Determine the PHP installation directory. assume
Xdebug installation stepsXdebug is a module of php and needs to be compiled and installed. php installed with lnmp is installed to/usr/local/php by default, and a hard link to/usr/bin is made.Compile xdebug first The code is as follows:Copy code
Xdebug is a php code execution tool that can test the performance of each stage of our php code, so that we can optimize the number of code in a timely manner, next I will give you the xdebug and xdebug debugging skills.
Windows xdebug configuration
: This article mainly introduces the Nginx + PHP-FPM optimization skills summary, for PHP tutorials interested in students can refer.
1. Socket communication in Unix domainBefore a brief introduction of Unix Domain Socket communication
Using Xdebug to parse thinkphp frame function call graph
Performance tuning is required in development, and the thinkphp framework function call graph is analyzed using Xdebug.
About the installation reference of Xdebug 2 articles
NetBeans
[Original] PHP + Xdebug remote debugging previously thought that the server and IDE must be on the same server during php debugging. it was not intended to find that xdebug actually supports remote debugging.
After trying it, I found that the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.